/*pad*/
img {
	max-width: 100%;
}
.toe {
	/*超出省略号*/
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
	-webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/
}
/*导航*/
.gh { position:absolute; top:0; right:0; z-index:100; padding:2px 8px;
	height: 24px;
	width: 24px;
	top: 110px;
 margin-right:0; background:#fff; padding-right:10px;

	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	cursor: pointer;
	display: none;
	z-index: 9999;
}
.gh.selected {
	transform: rotate(90deg);
}
.gh a {
	background-color: #333;
	display: block;
	height: 3px;
	margin-top: -2px;
	position: relative;
	top: 50%;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 100%;
}

/*.gh.selected:hover a:before {
	transform: translateY(0px) rotate(-55deg);
	-webkit-transform: translateY(0px) rotate(-55deg);
	-ms-transform: translateY(0px) rotate(-55deg);
}
.gh.selected:hover a:after {
	transform: translateY(0px) rotate(55deg);
	-webkit-transform: translateY(0px) rotate(55deg);
	-ms-transform: translateY(0px) rotate(55deg);
}*/
.gh a:after, .gh a:before {
	background-color: #333;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 100%;
}
.gh a:after {
	top: 8px;
}
.gh a:before {
	top: -8px;
}
.gh.selected a:after, .gh.selected a:before {
	top: 0;
	background: #333;
}
.gh.selected a:before {
	transform: translateY(0px) rotate(-45deg);
	-webkit-transform: translateY(0px) rotate(-45deg);
	-ms-transform: translateY(0px) rotate(-45deg);
}
.gh.selected a:after {
	transform: translateY(0px) rotate(45deg);
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
}
.gh.selected{ top: 102px; position:absolute;  padding:8px 2px; padding-left:10px;background:#f6f6f6;}
.gh.selected a {
	background-color: transparent !important;
}
body{
	min-width:320px;
}
@media screen and (max-width: 1100px) {
	
}


@media screen and (max-width: 768px) {
	
.main .wrapper{ width:auto; padding:0 0;}
.wrapper {
	width:auto !important; padding:0 0;
}

.header { height:100px; position:relative; z-index:100; border-bottom:2px solid #00599a;}
.header .wrapper{ position:relative; height:100px; border:none;}
.header .logo{ position:absolute; padding-top:0; top:26px; left:5px;  padding-right:0;}
.header .logo img{ width:180px;}
.gh {
	display: block; z-index:1000;
}
.header .logo{ float:left; margin-top:0; }
.header .lan{ height:25px; padding-top:0; font-size:12px; width:auto; overflow:hidden; padding-right:10px; }
.header .lan a{ color:#00599a; margin-left:12px; display:block; line-height:25px; height:25px; float:left;}
.header .lan a:hover{color:#005ea5;}
.header .searchBar{ height:32px; line-height:32px; margin-top:25px;}
.header .search{ height:24px; line-height:24px; width:150px; border:1px solid #dfdfdf; float:none; position:absolute; right:10px; top:55px; }
.header .search .txt{ height:20px; line-height:20px; padding:2px 20px; padding-right:0; background:url(img1_20210817.png) no-repeat 2px center; background-size:16px auto; width:85px; border:none; }
.header .search .btn{ height:24px; line-height:24px; width:45px; background:#00599a; border:none; font-size:14px;font-family: "微软雅黑", arial, Helvetica, sans-serif; cursor:pointer;}
.header .login { float:none; margin:0; padding:0; line-height:26px; height:26px; position:absolute; top:15px; right:60px; font-size:14px; font-weight:normal;}
.ztBox{ display:none; width:auto;}
.adbox2{ display:none;}
.mobile-ad1{ display:block; margin:0 10px; width:auto;}
.mobile-ad2{ display:block; margin:0 10px; width:auto;}
.naver {width:100%; margin: 0 auto;height:auto; line-height:40px;background:#fff; color:#000;position:relative; z-index:10;

            height: 40px;
            white-space: nowrap;
            overflow: hidden;
            overflow-x: scroll;
            -webkit-backface-visibility: hidden;
            -webkit-perspective: 1000;
            -webkit-overflow-scrolling: touch;
            text-align: justify;
}
.naver .wrapper{border:none;   }


.naver ul{ padding-left:3px; padding-top:0;}
.naver li{ float:none;display: inline-block;height:45px; line-height:45px; position:relative; margin:0; width:auto; overflow:hidden;}
.naver li strong a{ float:none;height:45px; line-height:45px;padding:0 6px; text-align:center; font-size:14px; display:block; color:#000; text-align:center; position:relative; z-index:100;}
.naver li strong a{  font-size:16px; font-weight:normal;}
.naver li.selected strong a{ color:#eee; text-decoration:none;background:#005ea5; }
.naver li .sub{ display:none ;}
.naver li.selected .sub{ display:none;} 

.naver.selected{ white-space:normal;

            overflow:hidden; height:auto; }
.naver.selected .wrapper{ width:auto; border:1px solid #ddd; background:#f6f6f6; padding:20px;padding-top:40px;}
.naver li strong a{ background:}


.focusImg { margin-bottom:15px; margin-top:10px; position: relative; width:100%; height:auto; overflow: hidden;text-align: left; background: #111; float:none; overflow:hidden; display:none; }
.focusImg .pic img {width:100%; height:auto; display: block; }

.focusImg .num li{  margin-left:5px; }

.focusImg { position: relative; width:100%;  height:auto;  overflow: hidden;text-align: left; background: white; float:none; overflow:hidden;  }
.focusImg .pic img {width:100%; height:auto; display: block; }
.focusImg .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 35px; width:100%; background:url(tm_20210817.png) repeat;overflow: hidden; }
.focusImg .txt { position: absolute; bottom: 0; z-index: 2; height:35px; width:100%; overflow: hidden; }
.focusImg .txt li{ height:35px; line-height:35px;position:absolute; bottom:-35px; width:76%; overflow:hidden;}
.focusImg .txt li a{ display: block; color: #fff; padding: 0 0 0 10px; font-size:18px; text-decoration: none; text-align:left; overflow:hidden; }
.focusImg .num { position: absolute; z-index: 3; bottom:17px; right:10px; width:100%;height:10px; text-align:right;}
.focusImg .num li{ display:inline-block; *display:inline; zoom:1; position: relative; width: 10px; height:10px; line-height: 14px; overflow: hidden; text-align: center; cursor: pointer;font-size:12px; margin-left:5px; background:#fff; line-height:8999px; border-radius:10px; }

	/* 本例子css -------------------------------------- */
	.slideBox{ position:relative; width:100%;  height:auto; overflow:hidden; margin:15px 0; display:block; margin-bottom:7px; }
	.slideBox .hd{ position:absolute; height:35px; line-height:35px; bottom:0; right:0; z-index:1; }
	.slideBox .hd li{ display:inline-block;  width:8px; height:8px;border-radius:8px;  background:#fff;text-indent:-9999px; overflow:hidden; margin-right:7px;   }
	.slideBox .hd li.on{ background:#ff3300;  }
	.slideBox .bd{ position:relative; z-index:0; }
	.slideBox .bd li{ position:relative;  }
	.slideBox .bd li img{ width:100%;  height:auto; display:block;   }
	.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */ }
	.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:35px;font-size:16px;  line-height:35px; background:url(tm_20210817.png) repeat; color:#fff;   }

	.focusBox { position: relative; width:100%; height:auto; overflow: hidden; display:none; }
	.focusBox .pic{ position:relative; z-index:0; }
	.focusBox .pic img { width:100%; height:100%;display: block; }
	.focusBox .pic li{ position:relative;}
	.focusBox .pic li p{ height:90px; line-height:70px; position:absolute; bottom:0; left:0; width:100%; background:url(bbg_20210817.png) repeat-x left bottom; color:#fff; font-size:14px; text-align:center;}

.focusNews{ width:auto; float:none; }
.focusNews ul { padding:0 0;}
.focusNews ul li{ margin-bottom:0px; border-bottom:1px solid #eee; padding:8px 10px;}
.focusNews ul li:last-child{ border-bottom:none;}
.focusNews ul li h3{ font-size:14px; margin-bottom:0px; line-height:24px; }
.focusNews ul li h3 a{ color:#000;} 
.focusNews ul li h3 a:hover{color:#005ea5;}
.focusNews ul li p{ display:none;}


.noticeBar{ padding:0 10px; padding-top:15px;  overflow:hidden; color:#005ea5; font-size:24px; font-weight:bold; text-align:center;} 
.noticeBar .bd {height:60px; line-height:30px; overflow:hidden; }
.noticeBar .bd ul li{font-weight:bold;}
.noticeBar .bd ul li a{color:#005ea5;}

.ztBox{ float:none; width:auto; background:none; margin-top:18px;}
.ztBox .body{ padding:0 0; padding-bottom:0;}
.ztBox ul { padding-top:0;}
.ztBox ul li strong{ height:40px; line-height:40px; font-size:18px; font-weight:normal; color:#000; display:block;}
.ztBox ul li { position:relative; width:auto; height:45px; line-height:45px; margin:0 auto; margin-bottom:4px; text-align:left; }
.ztBox ul li.i1{ background:url(mbb1_20210817.png) no-repeat center center; background-size:100% 100%;}
.ztBox ul li.i2{ background:url(mbb2_20210817.png) no-repeat center center;background-size:100% 100%;}
.ztBox ul li.i3{ background:url(mbb3_20210817.png) no-repeat center center;background-size:100% 100%;}
.ztBox ul li i{ display:inline-block; vertical-align:top; height:45px; width:45px; margin-right:15px; margin-left:20%;}
.ztBox ul li i.ico1{ background:url(bb1_20210817.png) no-repeat center center; background-size:24px auto;}
.ztBox ul li i.ico2{ background:url(bb2_20210817.png) no-repeat center center;background-size:24px auto;}
.ztBox ul li i.ico3{ background:url(bb3_20210817.png) no-repeat center center;background-size:24px auto;}
.ztBox ul li .sub{ display:none !important;}
.ztBox ul li:hover .sub{ display:block;}
.ztBox ul li strong a{ display:block; height:45px; line-height:45px; padding-left:0;}




.piclists{ width:100%; float:none; position:relative;}
.piclists .view{ width:auto; padding:0 10px; overflow:hidden; float:none;}
.piclists .view .pic img{ width:100%; height:auto; display:block; }
.piclists .view .pic img:hover{ opacity:0.8;}
.piclists .view .title{ font-size:14px; line-height:30px;overflow:hidden; margin-bottom:0; font-weight:bold;  height:30px;  padding-top:6px;overflow:hidden;}
.piclists .ullist{ float:none; width:auto;}

.piclists .ullist li:nth-child(7),.piclists .ullist li:nth-child(8),.piclists .ullist li:nth-child(9),.piclists .ullist li:nth-child(10),.piclists .ullist li:nth-child(11),.piclists .ullist li:nth-child(6){ display:none;}


/*通用列表*/
.ullist{padding-bottom:0;  overflow:hidden; padding:0 10px;}
.ullist li{ zoom:1; position:relative; height:30px; line-height:30px;}
.ullist li:after {content: "";display: block;clear: both;}
.ullist li a{  overflow:hidden; font-size:14px;}
.ullist li a:hover{}

.titlemb{ display:block;}
.titlepc{ display:none;}

/*列表栏目*/
.row { }
.homeMod .head{ height:38px; line-height:38px; position:relative; margin-bottom:10px;} 
.homeMod .head h3{ position:absolute; background:#fff; height:38px; font-size:18px; font-weight:bold; color:#000; padding:0 10px; z-index:2; left:0; top:0; line-height:38px;}
.homeMod .head .line{ border-bottom:2px solid #005ea5; position:absolute; left:0; top:50%; margin-top:-1px; right:10px;}
.newslist .body{ width:auto;}
.row03{ width:auto;}
.mods { width:auto; float:none; margin-right:0;   height:auto; overflow:hidden; margin-bottom:5px;}
.mods .hd{ position:relative; border-bottom:none;border-top:1px solid #005ea5; font-weight:bold; height:35px; line-height:35px; margin:0 10px; margin-bottom:10px; }
.mods .fst{ border:none;}
.mods .bd{ padding:10px; padding-top:0; padding-bottom:0;}
.mods .hd span{ position:absolute; border:none; position:absolute; left:0; bottom:0px; font-size:14px;}
.mods .bd .thumb img{ display:block; width:100%; height:auto;}
.mods .bd .title{ max-height:65px; overflow:hidden; line-height:32px; padding-top:10px; font-weight:bold;}
.mods .bd .list li{ line-height:34px; height:34px; overflow:hidden;}

.mods2 { width:auto; float:none; margin-right:0; height:auto; overflow:hidden; margin-bottom:5px;}
.mods2 .body { padding:10px; padding-top:0; padding-bottom:0; }
.mods2 .body .thumb img{ display:block; width:100%; height:auto;}
.mods2 .body .title{ max-height:none; overflow:hidden; line-height:30px; padding-top:10px; font-weight:bold;}
.mods2 .body .title .m{ display:inline-block; width:28px; height:24px; line-height:24px; vertical-align:top; text-align:center; border:1px solid #eee; text-decoration:none; margin-top:5px; font-weight:normal; font-size:12px; margin-left:10px;}
.mods2 .body .title .on{ background:#f2f2f2;}
.mods2 .body .list li{ line-height:34px; height:34px; overflow:hidden;}

.adbox{ display:none;}
.adbox2 ul{ padding:5px 0 5px 0; margin-bottom:15px;}
.adbox2 ul li{ float:none; margin-right:0; margin-bottom:3px;}
.adbox2 ul li.last{ margin:0;}
.adbox2 ul li a{ display:block; background:#edf5fd; color:#333; font-size:18px; width:auto; height:45px; text-align:left; line-height:45px;}
.adbox2 ul li i{ display:inline-block; vertical-align:top; height:45px; width:45px; margin-right:15px; margin-left:20%;}
.adbox2 ul li i.ico1{ background:url(mb1_20210817.png) no-repeat center center; background-size:24px auto;}
.adbox2 ul li i.ico2{ background:url(mb2_20210817.png) no-repeat center center; background-size:24px auto;}
.adbox2 ul li i.ico3{ background:url(mb3_20210817.png) no-repeat center center; background-size:24px auto;}


.flink{ background:#fff; padding-top:0; margin-bottom:0; padding-top:15px; padding-bottom:0;}
.flink { height:auto; line-height:inherit; text-align:left;}
.flink strong{ font-weight:normal; color:#666; padding-left:10px; line-height:28px; display:inline-block; margin-bottom:5px; vertical-align:top;}
.flink ul{ display:inline-block; padding-left:9px; font-size:0;}
.flink li{ display:inline-block; width:50%; margin:0 0px; margin-bottom:0; font-size:14px;}
.footer .wrapper{ border-top:1px solid #333; background:#fff; font-size:14px; padding:0 10px 20px 10px;padding-top:12px;text-align:left; line-height:1.6; margin-top:10px;}
.footer a{ color:#333;}
.flink li .sub{ display:none !important;}
.flink li strong a{ float:left;height:28px; line-height:28px; padding:0 18px; font-size:14px; display:block; color:#000; text-align:center; position:relative; z-index:100;}
.flink li strong a{  font-size:14px; font-weight:normal; padding:0 5px;}
.flink li strong i{ background:url(arrow1_20210817.png) no-repeat center top; background-size:8px 4px; width:12px; height:9px; display:inline-block; vertical-align:top; margin-top:12px; margin-left:4px;}





.pages{
	margin-top:30px;height:auto; overflow:hidden; clear:both; color:#888; border-top:1px dashed #ccc; padding-top:20px;
}
 .pages ul{ text-align:left;
	
}
 .pages ul li{ font-size:13px;
	display:inline-block;  *display:inline; zoom:1; margin:2px 3px; height:24px; line-height:24px;border:1px solid #ccc;
}
 .pages ul li a,
 .pages ul li span{ 
	color:#888;
}
 .pages ul li.selected{
	 border:1px solid #666666;background:#666666; color:#fff;
}
 .pages ul li:hover{
	 border:1px solid #666666;
}
 .pages ul li:hover a{
	color:#666666; text-decoration:none;
}
 .pages ul li a{
	 padding:5px 10px;
}
 .pages ul li.selected a{
	 background:#666666; color:#fff;
}
 .pages ul li.no{ border:none;color:#888;}
 .pages ul li.on:hover{ border:none;}
 .pages ul li .txt{
	 border:1px solid #ccc;background:#fff; height:24px; line-height:24px; color:#fff; width:40px; color:#333; text-align:center; margin:0 10px;
}
.break{ height:auto; line-height:30px; clear:both; padding-bottom:10px; padding-top:10px; padding-left:15px;}

.main{ position:relative;}
.leftbox{ position:relative; left:0; top:0; bottom:0; background:#f2f2f2; width:auto;}
.menu .hd{ height:30px; line-height:30px; background:#005ea5; font-size:14px; font-weight:bold; padding-left:0; color:#fff; text-align:center;}
.menu .bd ul li{ display:inline-block;}
.menu .bd ul li a{ display:block; height:35px; line-height:35px; font-size:14px; text-indent:0; text-align:center; padding:0 15px;}
.menu .bd ul li.on a,.menu .bd ul li:hover a{ background:#fff;}

.menu2 .hd{ padding-left:0; text-align:center;}
.menu2 .bd ul li a{ text-indent:0;}
.menu2 .bd ul li.on a,.menu2 .bd ul li:hover a{ background:#fff;}


.rightbox{ margin-left:0; background:url(line_20210817.png) no-repeat right top; padding-top:18px; padding-left:15px; padding-right:15px;}
.newsList .newsHd{ font-weight:bold; font-size:16px; line-height:30px; margin-bottom:5px;}
.newsList .newsBd ul li{ height:auto; line-height:32px; overflow:hidden; font-size:14px;}
.newsList .newsBd ul li a{ display:block;}
.newsList .newsBd ul li a{}
.newsList .newsBd .info { margin-bottom:40px; padding-top:25px;}
.newsList .newsBd .info .thumb{ float:none; }
.newsList .newsBd .info .thumb img{ display:block; width:127px; height:178px; margin:0 auto;}
.newsList .newsBd .info .desc{ float:none; width:auto; margin-top:0; padding-top:15px;}
.newsList .newsBd .info .desc p{line-height:30px; font-size:16px; position:relative; padding-left:88px;}
.newsList .newsBd .info .desc p span{ position:absolute; left:0; top:0;}

.rightbox .newsBd2 ul li{ float:left; width:27%; text-align:center; padding:25px 3%;}
.rightbox .newsBd2 ul li img{ display:block; margin:0 auto; width:100%; height:auto;}
.rightbox .newsBd2 ul li span{ font-size:16px; display:block; line-height:40px; line-height:40px; overflow:hidden;}

.news-line{ background:url(line_20210817.png) repeat-x right top; padding-top:18px; padding-left:15px; padding-right:15px;}
.newsList .newsBd .list1 li{ height:auto; line-height:36px; overflow:auto; font-size:16px;}
.newsList .newsBd .list1 li a{ display:block;}
.newsList .newsBd .list1 li a{}
.newsList .newsBd { overflow:hidden;}
.newsList .newsBd .list1{ border-top:1px dashed #ccc; margin-top:-1px; padding:20px 0;  }
.newsList .newsBd ul:first-child{ padding-top:0;}
.news-details img{ max-width:100%; height:auto;}
.news-details .news-title { border-bottom:1px solid #99cdff; padding-bottom:5px; margin-bottom:40px; padding-top:20px;}
.news-details .news-title h1{ font-size:32px; color:#000; text-align:center; margin:0 0 15px; padding:0 20px;}
.news-details .news-title .time span{ display:block; text-align:center; width:100%; line-height:30px;}
.news-details .news-title .time{ font-size:16px; color:#666; text-align:center; margin-bottom:15px;}
.subdoctitle{margin:0 20px;}
.news-details .news-title .action{ height:30px; line-height:30px; text-align:center;}
.news-details .news-title .action .fonts,.news-details .news-title .action .print,.news-details .news-title .share{ display:inline-block; margin-right:20px; color:#666;}
.news-details .news-title .action .fonts i{ margin:0 5px;}
.news-details .news-title .action .print a{ background:url(print_20210817.png) no-repeat left center; padding-left:24px; color:#666;}
.news-details .news-title .action .share{ background:url(share_20210817.png) no-repeat left center; padding-left:24px;}
.news-details strong{ font-weight:bold;}
.news-details b{ font-weight:bold;}
.news-details em{ font-weight:bold; font-style:italic;}
.news-details .news-main{ padding-bottom:20px; margin-bottom:0; margin-left:20px; margin-right:20px; }
.news-details .news-foot{ margin:0 20px;border-top:1px solid #99cdff; }
.news-details .news-foot dt{ font-size:18px; padding-top:15px; line-height:36px;}
.news-details .news-foot dd{ font-size:14px; line-height:36px;}
.focusBox2{ display:none;}
.leftbox2{ width:auto; float:none; padding-top:0;}
.leftbox2 .mods3{ float:none; margin:0;}
.rightbox2{ float:none; width:auto; padding-top:25px;}
.maptab,
.year{ display:none;}

.bz_info{ padding:0 10px;}

.linkList{ padding-top:10px;}
.linkList ul li{ float:left;vertical-align:top; width:30.33%; height:auto; padding:0 1.5%; padding-bottom:20px;}
.linkList ul li img{ display:block; width:100%; height:auto; margin:0 auto;}


.linkList2 .linkHd{  font-weight:bold; font-size:16px; line-height:30px; margin-bottom:5px;}
.linkList2 ul { padding-top:10px;}
.linkList2 ul li{ font-size:16px; width:auto;  float:none; vertical-align:top; margin:0 20px;margin-bottom:20px; display:inline-block; margin-left:0;}
.scbar{ background:#fff; padding:20px 10px; padding-bottom:26px;}
.toplist{ margin-bottom:15px; padding-top:15px;}
.toplist ul{ width:100%;}
.toplist ul li{ float:left; width:30%; padding-right:0; padding:0 1.5%; font-size:14px;}
.toplist ul li .thumb img{ width:100%; height:auto; display:block;}
.toplist ul li h3{ font-weight:bold; padding-top:10px; padding-bottom:5px; font-size:14px;}
.toplist ul li p{ font-size:12px;}
.newsList .newsBd h3{ font-weight:bold; font-size:16px;  margin-bottom:5px;border-top:1px dotted #bbb; margin-top:; padding:15px 0; line-height:20px; padding-bottom:2px; }
.newsList .newsBd .list1-1{ border-top:none; margin:0; padding:0; margin-bottom:13px; }
.newsList .newsBd .video{ width:auto; height:auto; margin:0 auto; text-align:center; font-weight:bold; font-size:16px; margin-top:15px;}
.newsList .newsBd .video img{ width:100%; display:block;}
.videobox h5{text-align:center; font-weight:bold; font-size:16px; padding:15px 0;}

.lbHd{ font-weight:bold; font-size:16px; line-height:30px; margin-bottom:15px;}
.lbMod{ }
.lbMod .box{  width:100%; }
.lbMod .box li{ height:36px; line-height:36px; overflow:hidden; font-size:14px; background:url(dotted_20210817.png) no-repeat left 18px; padding-left:12px;}
.lbMod .box .hd{ font-size:14px; font-weight:bold; margin-bottom:10px;}
.lbMod .box ul.first{ height:auto;}
.lbMod .box ul li a{ display:block;}
.lbMod .box .ft{ text-align:right; padding-top:10px;}
.lbMod .line{border-bottom:1px dotted #bbb; content:""; font-size:0; padding-top:15px; margin-bottom:15px; clear:both;}
.news-main .foot-txt{ text-align:right; font-size:16px; font-weight:bold; padding-top:20px; padding-bottom:10px;}
.news-main .foot-txt h5{font-weight:bold;}
.news-main .foot-txt p{ padding-right:0; padding-top:15px;}
.zt-tabs .head ul { height:36px;}
.zt-tabs .head ul li{ width:46%; height:36px; line-height:36px; text-align:center; float:left; margin-right:0; margin:0 2%;background:url(tab_20210817.png) no-repeat center center; background-size:100% 100%; font-size:18px;}
.zt-tabs .head ul li a{ display:block; color:#fff; font-size:18px; font-weight:bold;}
.zt-tabs .head ul li.on{ background:url(tabSelected_20210817.png) no-repeat center center; background-size:100% 100%; }
.zt-tabs .title strong{ display:block; width:46%; height:36px; line-height:36px; text-align:center;background:url(tabSelected_20210817.png) no-repeat center center;margin:0 2%;background-size:100% 100%;color:#fff; font-size:18px;}
.zt-tabs .body ul{ margin:0 10px; margin-bottom:15px; }

.about-details{ padding-top:15px; font-size:16px; padding-bottom:20px;}
.about-details .leftcon{ width:100%; float:none; line-height:30px;}
.about-details .leftcon .hd{ text-align:center; font-size:16px; line-height:36px; margin-bottom:10px;}
.about-details .leftcon .hd .thumb img{ display:block; width:173px; height:211px; margin:0 auto; margin-bottom:6px;}
.about-details .leftcon .bd { padding:0 10px; font-size:14px;}
.about-details .leftcon .bd li{ position:relative; padding-left:106px;}
.about-details .leftcon .bd li span{ position:absolute; left:0; top:0;}
.about-details .rightcon{ width:auto; float:none; line-height:30px; padding:10px;}
.about-details .rightcon .listcon{ padding-top:20px;}
.about-details .rightcon .listcon li{ height:auto; line-height:30px; overflow:auto; font-size:16px; background:url(dotted_20210817.png) no-repeat left 18px; padding-left:12px;}
.about-details .rightcon .listcon .hd{ border-bottom:2px solid #005ea5; position:relative; height:20px; line-height:20px; margin-bottom:20px;}
.about-details .rightcon .listcon .hd strong{ position:absolute; background:#fff; padding-right:20px; font-size:18px; font-weight:bold; left:0; top:10px; line-height:20px;}


.info-tab{ display:none; }

.info-tab .hd{  position:absolute; z-index:1; bottom:0; right:10px; text-align:right; height:30px; line-height:30px;  }
.info-tab .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:8px; height:8px; margin:4px; background:#ccc; overflow:hidden; 
	line-height:9999px; border-radius:11px;
}
.info-tab .hd ul .on{ background:#005ea5; }

.zt-con .head{ background:#04639b url(ztbg_20210817.jpg) no-repeat center bottom; background-size:100%; height:auto;  text-align:center; color:#fff; padding:0 20px; padding-bottom:20px; margin-bottom:20px;}
.zt-con .head h1{ font-size:18px; font-weight:bold; margin-bottom:20px; padding-top:25px; line-height:1.7;}
.zt-con .head p{ font-size:14px; }
.zt-con .body .first{ border:3px solid #04639b; background:#e7e7e7; margin-bottom:20px;}
.zt-con .body .first .img{ float:none;width:100%; }
.zt-con .body .first .img img{ display:block; width:100%; height:auto;}
.zt-con .body .first .info{ font-size:16px; width:auto; float:none; padding:10px;}
.zt-con .body .first .info p{ text-indent:2em; margin:0; line-height:16px; line-height:32px;}
.zt-con .body .first .info .btn{ padding-top:20px;}
.zt-con .body .first .info .btn a{ color:#005ea5;}
.zt-con{}
.zt-con .title{ height:30px; line-height:30px; font-size:16px; padding-left:15px; color:#fff; background:#3889c8;}
.zt-con .rgtcon{ float:none; width:auto;}
.news-list1{ float:none; width:auto;}
.border-box{border-bottom:2px solid #3889c8;border-left:2px solid #3889c8; border-right:2px solid #3889c8; }
.news-list1 .list1{ padding:15px;}
.news-list1 .list1 li{ height:32px; line-height:32px; overflow:hidden; font-size:16px; background:url(dotted_20210817.png) no-repeat left 18px; padding-left:12px;}
.link-video { margin-bottom:15px;}
.link-video .img{ padding-top:15px;}
.link-video .img img{ width:100%; height:auto; display:block; margin:0 auto;}
.link-video .tt{ font-size:16px; text-align:center; padding:6px 10px; line-height:27px;}
.link-video .more{ font-size:16px; text-align:right; padding:6px 10px;}
.link-video .more a{ color: #3889c8;}
.link-list ul{ padding:10px;}
.link-list li{ height:58px; margin-bottom:10px;}
.link-list li a{ display:block; height:58px; line-height:27px; font-size:16px; padding-right:20px;}
.link-list li img{ display:block; width:59px; height:58px; float:left; margin-right:20px;}


.zt-tabs .body li,.piclists .ullist2 li{ height:auto;}


}
@media screen and (max-width: 768px) {
	
	
	
	}
@media screen and (max-width: 641px) {
	

	}

@media screen and (max-width: 592px) {
	}
@media screen and (max-width: 480px) {

	}
@media screen and (max-width: 450px) {
	


	}